VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / DrawLines Methods / DrawLines(IDrawingPen,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
DrawLines(IDrawingPen,PointF[]) Method (DrawingEngine)
In This Topic
Draws the series of line segments that connect an array of System.Drawing.PointF structures.
Syntax
'Declaration

Public Overloads Sub DrawLines( _
ByVal pen
The pen that determines the color, width, and style of the lines.
As IDrawingPen, _
ByVal points
Array of System.Drawing.PointF structures that represent the points to connect.
() As System.Drawing.PointF _
)
public void DrawLines(
IDrawingPen pen,
System.Drawing.PointF[] points
)

Parameters

pen
The pen that determines the color, width, and style of the lines.
points
Array of System.Drawing.PointF structures that represent the points to connect.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also